home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Util / cli / QSort.lha / QSort / QSort.readme < prev    next >
Encoding:
Text File  |  2003-12-26  |  1.1 KB  |  33 lines

  1. Short:    Quicksort cli-command
  2. Author:   joerg riemer <joerg_riemer@freenet.de>
  3. Uploader: joerg riemer <joerg_riemer@freenet.de>
  4. Type:     util/cli
  5. Version:  1.1
  6. Date:     15.09.2003
  7. Requires: Kickstart V37+
  8. Keywords: sort, quicksort, assembler
  9.  
  10. QSort, a CLI-command especially to sort big files in a very short time.
  11. it's written to be as fast as possible. for that reason QSort requires
  12. a bit memory when sorting a file [(filesize * 2) + (# of lines * 16)].
  13.  
  14.         TEMPLATE:
  15.  
  16.           FROM/A: path/filename of source file
  17.             TO/A: path/filename of destination file
  18.  CS=COLSTART/K/N: number of colum QSort starts comparing each line
  19.         S=SKIP/N: number of lines to skip from start of file
  20.         C=CASE/S: sort file case-sensitive
  21.      R=REVERSE/S: sort file in reverse order
  22.     LM=LESSMEM/S: force QSort to use less memory when saving sorted file
  23.  
  24. QSort is written in assembler. (sourcecode included)
  25.  
  26. please, is there anyone using this small piece of software,
  27. let me know. i'm open for any suggestion, hint, tip and/or
  28. question. THANKS!!!!
  29.  
  30.  
  31.   joerg...
  32.  
  33.